home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 51 / Mac Magazin and MacEasy Magazine CD - Issue 51.iso / Software / Online / WebSentinel 2.0.4 / (Drop in Server Plug-ins) / WebSentinel Plug-in / WebSentinel Plug-in.rsrc / TEXT_10259_admin - add workstation form (text).txt < prev    next >
Text File  |  1998-11-04  |  1KB  |  39 lines

  1. <!-- Add New User (Text-Only Version) -->
  2. <!-- Last Updated: 7/15/97 nnunn -->
  3. <!-- Copyright (c)1997 Purity Software, Inc. -->
  4. <!-- All rights reserved worldwide -->
  5. <html>
  6. <head>
  7. <title>WebSentinel Admin: Add Workstation</title>
  8. </head>
  9. <body>
  10. <a href="/pi_admin.sentinel?mode=text">[Back to Main]</a>
  11. <p>
  12. <h1>WebSentinel Admin: Add Workstation</h1>
  13. <p>
  14. <hr>
  15. <p>
  16. <form action="/pi_admin.sentinel$adduser?mode=text" method="POST">
  17. <input type="hidden" name="is_workstation" value="1">
  18. <b>Name:</b> <input name="username" type="text" size="30">
  19. <p>
  20. <b>Address</b>
  21. <select name="match_type">
  22. <option value="1">Is Exactly
  23. <option value="2">Starts with
  24. <option value="3">Ends with
  25. </select>
  26.  <input name="password" type="text" size="30">
  27. <p>
  28. <b>Data Target:</b> <select name="target_id" size="1">%s</select>
  29. <p>
  30. <b>Realms:</b><br><select multiple name="realm" size="5">%s</select>
  31. <p>
  32. <b>Notes:</b><br><textarea name="notes" cols="40" rows="3" wrap="virtual"></textarea>
  33. <p>
  34. <b>Label:</b> <select name="label" size="1">%s</select>
  35. <p>
  36. <input type="submit" value=" Add Workstation ">
  37. </form>
  38. </body>
  39. </html>